home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global moviedur
- startmytimer((moviedur / 60) - (the movieTime of sprite 10 / 60))
- if the controller of cast "roujin5.mov" = 0 then
- set the controller of cast "roujin5.mov" to 1
- else
- set the controller of cast "roujin5.mov" to 0
- end if
- set the movieRate of sprite 10 to 1
- end
-